BBMergeBbox

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

BBMergeBbox()  

SYNOPSIS

geom_lib/bbox.c:223

BBBboxStruct *BBMergeBbox(BBBboxStruct *Bbox1, BBBboxStruct *Bbox2)
 

DESCRIPTION

Merges (union) given two bounding boxes into one. Either Bbox1 or Bbox2 can be pointing to the static area Bbox used herein.  

PARAMETERS:

Bbox1: First bounding box to union up.

Bbox2: Second bounding box to union up.  

FUNCTION RETURN VALUE

BBBboxStruct *: A unioned bounding box the contains both BBox1 and BBox2.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:17 GMT, October 17, 2022